home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000337_icurmtdude@yahoo.com_Wed Oct 22 17:28:48 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: icurmtdude@yahoo.com (icurmt)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: DSR off ...
  5. Date: 22 Oct 2003 12:48:46 -0700
  6. Organization: http://groups.google.com
  7. Lines: 56
  8. Message-ID: <cf6cc183.0310221148.69ac828a@posting.google.com>
  9. References: <cf6cc183.0310211334.2b68926b@posting.google.com> <slrnbpbcob.co2.fdc@sesame.cc.columbia.edu> <8ce22d01.0310211755.5aeb83f8@posting.google.com>
  10. NNTP-Posting-Host: 24.213.204.113
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1066852126 26802 127.0.0.1 (22 Oct 2003 19:48:46 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Wed, 22 Oct 2003 19:48:46 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14590
  17.  
  18. Thanks for your inputs.
  19.  
  20. What looks like is that DTR pin is turned high during set line call
  21. and is turned low during hangup.
  22.  
  23. If, I can keep  the DTR pin low during the communication then it would
  24. solve my problem. Please let me know if there's a higher level call I
  25. can make through script to keep it on.
  26.  
  27. Also read somewhere that setting speed to 0 and then turning it to
  28. non-zero would flip the DTR pin as well.
  29.  
  30. Thanks.
  31.  
  32.  
  33. JDanSkinner@JDanSkinner.com (Dan Skinner) wrote in message news:<8ce22d01.0310211755.5aeb83f8@posting.google.com>...
  34. > Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnbpbcob.co2.fdc@sesame.cc.columbia.edu>...
  35. > > In article <cf6cc183.0310211334.2b68926b@posting.google.com>, icurmt wrote:
  36. > > : I wasn't able to communicate successfully between two devices using
  37. > > : RS232. The show comm parameters are as under:
  38. > > : 
  39. > > : /dev/ttyS0, speed:19200, mode:local, modem:none
  40. > > : flow:rts/cts, carrier-watch:off
  41. > > : 
  42. > > : CD:off, DSR:off, CTS:On, RI:off, DTR: on, RTS:on
  43. > > : 
  44. > > : However, on another machine, where the communication worked, I had the
  45. > > : exact same comm parameters as above except that DSR was ON.
  46. > > : 
  47. > > : I was wondering if through kermit can I control the DSR and set it to
  48. > > : 'On' so that communication works fine.
  49. > > : 
  50. > > DSR is an *incoming* signal so Kermit can't control it.  You'll need to
  51. > > rig up your cable to supply it; e.g.  Wire local or remote DTR back to DSR.
  52. > > 
  53. > > - Frank
  54. > Tried and true null modem cable 25 pin D connectors
  55. > 1 ----- 1
  56. > 2 ----- 3     2 twisted pair cable 1 and 7 separate pairs
  57. > 3 ----- 2
  58. > 7 ----- 7
  59. > 4 -| |- 4   4 & 5 jumpered in each head
  60. > 5 -| |- 5
  61. > 6 -| |- 6    6 - 8 &  20 jumpered in each head
  62. > 8 -| |- 8
  63. > 20-| |-20
  64. > Use xon xoff protocol.
  65. > 9 pin connectors do literal translation but my memory won't recall
  66. > the pin numbers.
  67. > Regards...Dan
  68.